object FrmAddressBook: TFrmAddressBook Left = 378 Top = 151 Width = 607 Height = 308 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Address Book' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 16 Font.Name = 'Arial' Font.Style = [fsBold] Icon.Data = {} KeyPreview = True OldCreateOrder = True Position = poDefaultPosOnly Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyUp = FormKeyUp PixelsPerInch = 120 TextHeight = 16 object PnlMain: TPanel Left = 0 Top = 24 Width = 599 Height = 244 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object PnlTop: TPanel Left = 2 Top = 2 Width = 595 Height = 25 Align = alTop BevelOuter = bvNone ParentColor = True TabOrder = 1 DesignSize = ( 595 25) object Label4: TLabel Left = 27 Top = 4 Width = 139 Height = 16 Caption = 'Current address &book:' Transparent = True end object ImageBook: TImage Left = 7 Top = 4 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Transparent = True end object cbBooks: TElAdvancedComboBox Left = 188 Top = 0 Width = 401 Height = 24 Anchors = [akLeft, akTop, akRight] AutoCompletion = False Flat = False HandleDialogKeys = False HorizontalScroll = False ItemIndex = -1 ItemHeight = 16 Style = csDropDownList TabOrder = 0 OnChange = cbBooksChange end end object StatusBar: TStatusBar Left = 2 Top = 221 Width = 595 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Panels = < item Bevel = pbNone Width = 50 end> ParentColor = True SimplePanel = False UseSystemFont = False end object AddressTree: TElTree Left = 2 Top = 27 Width = 595 Height = 194 Align = alClient AlwaysKeepFocus = True AutoLookup = True BorderStyle = bsNone DeselectChildrenOnCollapse = True DoInplaceEdit = False DragAllowed = True DragTrgDrawMode = ColorRect FilteredVisibility = True FlatFocusedScrollbars = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 16 Font.Name = 'Arial' Font.Style = [fsBold] HeaderHeight = 20 HeaderHotTrack = False HeaderSections.Data = { F4FFFFFF06000000CCC0200600000000FFFFFFFF000101010100636F7F000000 0A00000010270000010100002C83A4030000000001005C44000000000000016F 0000000000000000000100000000000050C0200648000000433A5C446174615C 506F636F335C4648656C702E44464D0074C0200674C0200624000000433A5C44 6174615C506F636F335C4648656C702E90000000050000004E616D6500010000 00000000000000000000CCC0200600000000FFFFFFFF000001010100636F5400 00000000000010270000000100007051A5030100000001005C44000000000000 016F0000000000000000000100000000000050C0200648000000433A5C446174 615C506F636F335C4648656C702E44464D0074C0200674C0200624000000433A 5C446174615C506F636F335C4648656C702E9000000006000000466972737400 01000000000000000000000000CCC0200600000000FFFFFFFF00000101010063 6F59000000000000001027000000010000884AA5030200000001005C44000000 000000016F0000000000000000000100000000000050C0200648000000433A5C 446174615C506F636F335C4648656C702E44464D0074C0200674C02006240000 00433A5C446174615C506F636F335C4648656C702E90000000050000004C6173 740001000000000000000000000000CCC0200600000000FFFFFFFF0000010101 00636F65000000000000001027000000010000DC25E8080300000001005C44FF FFFFFF0000016F0000000000000000000100000000000050C020064800000043 3A5C446174615C506F636F335C4648656C702E44464D0074C0200674C0200624 000000433A5C446174615C506F636F335C4648656C702E900000000800000043 6F6D70616E790001000000000000000000000000CCC0200600000000FFFFFFFF 000001010100636F5C0000000000000010270000000100003C10E20804000000 01005C44FFFFFFFF0000016F0000000000000000000100000000000050C02006 48000000433A5C446174615C506F636F335C4648656C702E44464D0074C02006 74C0200624000000433A5C446174615C506F636F335C4648656C702E90000000 06000000456D61696C0001000000000000000000000000CCC0200600000000FF FFFFFF000001010100636F56000000000000001027000000010000E857210A05 00000001005C44FFFFFFFF0000016F0000000000000000000100000000000050 C0200648000000433A5C446174615C506F636F335C4648656C702E44464D0074 C0200674C0200624000000433A5C446174615C506F636F335C4648656C702E90 000000050000004E69636B0001000000000000000000000000} HeaderFlat = True HideHintOnTimer = True HideSelectColor = clGray HideSelectTextColor = clWhite HideSelection = True HorzScrollBarStyles.MinThumbSize = 16 HorzScrollBarStyles.NoSunkenThumb = True HorzScrollBarStyles.ShowTrackHint = False HorzScrollBarStyles.Width = 17 HorzScrollBarStyles.ButtonSize = 21 Images = frmAddress.ImageS Images2 = frmAddress.ImageS ItemIndent = 10 LineHeight = 18 LinesColor = clBtnShadow LinesStyle = psSolid LockHeaderHeight = True OwnerDrawByColumn = False ParentFont = False PopupMenu = PopupAddress ScrollTracking = True ShowColumns = True ShowLeafButton = False ShowLines = False ShowRoot = True SortSection = -1 StoragePath = 'Tree' TabOrder = 0 TabStop = True Tracking = False UnderlineTracked = False UseCustomScrollBars = False VerticalLines = True VertScrollBarStyles.MinThumbSize = 8 VertScrollBarStyles.NoSunkenThumb = True VertScrollBarStyles.ShowTrackHint = True VertScrollBarStyles.Width = 17 VertScrollBarStyles.ButtonSize = 21 VirtualityLevel = vlTextAndStyles TextColor = clBtnText BkColor = clBtnFace OnHeaderColumnClick = AddressTreeHeaderColumnClick OnVirtualTextNeeded = AddressTreeVirtualTextNeeded OnVirtualStyleNeeded = AddressTreeVirtualStyleNeeded OnDragDrop = AddressTreeDragDrop OnDragOver = AddressTreeDragOver OnDblClick = Edit1Click OnKeyPress = AddressTreeKeyPress end end object PnlToolbar: TElPanel Left = 0 Top = 0 Width = 599 Height = 24 BackgroundType = bgtVertGradient GradientEndColor = clBtnFace GradientStartColor = clWhite GradientSteps = 32 Align = alTop BevelOuter = bvNone UseXPThemes = False TabOrder = 1 DockOrientation = doNoOrient object BtnNew: TElGraphicButton Left = 4 Top = 2 Width = 90 Height = 20 Cursor = crDefault PullDownMenu = PopupNew MoneyFlat = True MoneyFlatInactiveColor = clGray MoneyFlatActiveColor = clBlack MoneyFlatDownColor = clRed AdjustSpaceForGlyph = False Flat = True NumGlyphs = 1 ShadowFollowsColor = False ShadowsUseCustom = True ShadowBtnHighlight = clYellow ShadowBtnShadow = clBlack ShadowBtnDkShadow = 33023 UseArrow = True LinkStyle = [fsUnderline] ThinFrame = True Transparent = True ShortcutsEnabled = True UseXPThemes = False Caption = '&New' OnClick = BtnAddClick DockOrientation = doNoOrient end object BtnEdit: TElGraphicButton Left = 95 Top = 2 Width = 76 Height = 20 Cursor = crDefault DisableAutoPopup = True MoneyFlat = True MoneyFlatInactiveColor = clGray MoneyFlatActiveColor = clBlack MoneyFlatDownColor = clRed AdjustSpaceForGlyph = False Flat = True NumGlyphs = 1 ShadowFollowsColor = False ShadowsUseCustom = True ShadowBtnHighlight = clYellow ShadowBtnShadow = clBlack ShadowBtnDkShadow = 33023 LinkStyle = [fsUnderline] ThinFrame = True Transparent = True ShortcutsEnabled = True UseXPThemes = False Caption = '&Edit' OnClick = Edit1Click DockOrientation = doNoOrient end object BtnCompose: TElGraphicButton Left = 173 Top = 2 Width = 76 Height = 20 Cursor = crDefault DisableAutoPopup = True MoneyFlat = True MoneyFlatInactiveColor = clGray MoneyFlatActiveColor = clBlack MoneyFlatDownColor = clRed AdjustSpaceForGlyph = False Flat = True NumGlyphs = 1 ShadowFollowsColor = False ShadowsUseCustom = True ShadowBtnHighlight = clYellow ShadowBtnShadow = clBlack ShadowBtnDkShadow = 33023 LinkStyle = [fsUnderline] ThinFrame = True Transparent = True ShortcutsEnabled = True UseXPThemes = False Caption = '&Compose' OnClick = Send1Click DockOrientation = doNoOrient end object BtnCopy: TElGraphicButton Left = 251 Top = 2 Width = 90 Height = 20 Cursor = crDefault PullDownMenu = PopupCopy MoneyFlat = True MoneyFlatInactiveColor = clGray MoneyFlatActiveColor = clBlack MoneyFlatDownColor = clRed AdjustSpaceForGlyph = False Flat = True NumGlyphs = 1 ShadowFollowsColor = False ShadowsUseCustom = True ShadowBtnHighlight = clYellow ShadowBtnShadow = clBlack ShadowBtnDkShadow = 33023 UseArrow = True LinkStyle = [fsUnderline] ThinFrame = True Transparent = True ShortcutsEnabled = True UseXPThemes = False Caption = 'C&opy To' OnClick = BtnCopyClick DockOrientation = doNoOrient end object BtnMove: TElGraphicButton Left = 342 Top = 2 Width = 90 Height = 20 Cursor = crDefault PullDownMenu = PopupMove MoneyFlat = True MoneyFlatInactiveColor = clGray MoneyFlatActiveColor = clBlack MoneyFlatDownColor = clRed Flat = True NumGlyphs = 1 ShadowFollowsColor = False ShadowsUseCustom = True ShadowBtnHighlight = clYellow ShadowBtnShadow = clBlack ShadowBtnDkShadow = 33023 UseArrow = True LinkStyle = [fsUnderline] ThinFrame = True Transparent = True ShortcutsEnabled = True UseXPThemes = False Caption = '&Move To' OnClick = BtnMoveClick DockOrientation = doNoOrient end object BtnDelete: TElGraphicButton Left = 433 Top = 2 Width = 76 Height = 20 Cursor = crDefault MoneyFlat = True MoneyFlatInactiveColor = clGray MoneyFlatActiveColor = clBlack MoneyFlatDownColor = clRed AdjustSpaceForGlyph = False Flat = True NumGlyphs = 1 ShadowFollowsColor = False ShadowsUseCustom = True ShadowBtnHighlight = clYellow ShadowBtnShadow = clBlack ShadowBtnDkShadow = 33023 LinkStyle = [fsUnderline] ThinFrame = True Transparent = True ShortcutsEnabled = True UseXPThemes = False Caption = '&Delete' OnClick = Delete1Click DockOrientation = doNoOrient end object BtnPrint: TElGraphicButton Left = 511 Top = 2 Width = 76 Height = 20 Cursor = crDefault DisableAutoPopup = True MoneyFlat = True MoneyFlatInactiveColor = clGray MoneyFlatActiveColor = clBlack MoneyFlatDownColor = clRed AdjustSpaceForGlyph = False Flat = True NumGlyphs = 1 ShadowFollowsColor = False ShadowsUseCustom = True ShadowBtnHighlight = clYellow ShadowBtnShadow = clBlack ShadowBtnDkShadow = 33023 LinkStyle = [fsUnderline] ThinFrame = True Transparent = True ShortcutsEnabled = True UseXPThemes = False Caption = '&Print' OnClick = Print1Click DockOrientation = doNoOrient end end object PopupAddress: TPopupMenu AutoHotkeys = maManual Left = 24 Top = 154 object NewMessage1: TMenuItem Caption = 'New &Message' Default = True OnClick = Send1Click end object N7: TMenuItem Caption = '-' end object DeleteAddress1: TMenuItem Caption = '&Delete Address' ShortCut = 46 OnClick = Delete1Click end object N6: TMenuItem Caption = '-' end object EditAddress1: TMenuItem Caption = '&Properties...' ShortCut = 32781 OnClick = Edit1Click end end object PopupCopy: TPopupMenu Left = 260 Top = 34 end object PopupMove: TPopupMenu Left = 362 Top = 32 end object PopupNew: TPopupMenu Left = 32 Top = 34 object NewAddress1: TMenuItem Caption = 'New Address...' Default = True OnClick = BtnAddClick end object NewGroup1: TMenuItem Caption = 'New Group...' OnClick = AddNewGroup end end end